home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7586 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nj5.injersey.com!jeremyn
  2. From: jeremyn@nj5.injersey.com (Jeremy)
  3. Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.programmer
  4. Subject: Re: AVAIL FLUSH stopped working!?
  5. Followup-To: comp.sys.amiga.applications,comp.sys.amiga.programmer
  6. Date: 19 Apr 1996 05:21:49 GMT
  7. Organization: Asbury Park Press
  8. Message-ID: <4l77td$ddd@news.injersey.com>
  9. References: <4l2a19$5fm@tribune.concentric.net>
  10. NNTP-Posting-Host: nj5.injersey.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Martin Swope (Mswope@cris.com) wrote:
  14.  
  15. > A1200 (258 meg HD); recently acquired Blizzard 1230-IV board (no FPU). No
  16. > problem using AVAIL FLUSH - I could gain an additional smidgen of memory
  17. > with it. Today I received 16 megs of 60ns fast ram - now AVAIL and AVAIL
  18. > FLUSH give the same result! I run a program, close it, and AVAIL FLUSH
  19. > doesn't release the memory!
  20.  
  21. If your program doesn't load up any system libraries or anything which 
  22. isn't deallocated when the program terminates, then there's nothing for 
  23. avail flush to flush. The memory your program uses is returned to the 
  24. system automatically when you close it.
  25.  
  26. Try running programs that use shared libraries, like MultiView etc., and 
  27. it should work. All it does is remove stuff from memory which isn't 
  28. currently being used by any programs.
  29.  
  30. Jeremy
  31. jeremyn@injersey.com
  32.  
  33.